toggle menu
krossbow
js
switch theme
search in API
krossbow-websocket-sockjs
/
[root]
/
SockJS
/
MessageEvent
Message
Event
js
interface
MessageEvent
:
SockJS.BaseEvent
(
source
)
Members
Properties
bubbles
Link copied to clipboard
js
open
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
js
open
val
cancelable
:
Boolean
composed
Link copied to clipboard
js
open
val
composed
:
Boolean
current
Target
Link copied to clipboard
js
open
val
currentTarget
:
EventTarget
?
data
Link copied to clipboard
js
abstract
var
data
:
String
default
Prevented
Link copied to clipboard
js
open
val
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
js
open
val
eventPhase
:
Short
is
Trusted
Link copied to clipboard
js
open
val
isTrusted
:
Boolean
target
Link copied to clipboard
js
open
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
js
open
val
timeStamp
:
Number
type
Link copied to clipboard
js
abstract
override
var
type
:
String
Functions
composed
Path
Link copied to clipboard
js
fun
composedPath
(
)
:
Array
<
EventTarget
>
init
Event
Link copied to clipboard
js
fun
initEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
)
prevent
Default
Link copied to clipboard
js
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
js
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
js
fun
stopPropagation
(
)